- handleCommClose
void handleCommClose(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleCommMessage
void handleCommMessage(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleCommOpen
void handleCommOpen(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleCompleteRequest
void handleCompleteRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleExecuteRequest
void handleExecuteRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleKernelInfoRequest
void handleKernelInfoRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleRequestMessage
void handleRequestMessage(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleShutdown
void handleShutdown(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- maybeHandleRequestMessage
void maybeHandleRequestMessage(Nullable!Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
Implements a generic Jupyter kernel. Parameterised by a Backend type that knows how to execute code.